CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - unix file

搜索资源列表

  1. window unix file

    0下载:
  2. 操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。-operation as a function of the document descr iption and code, containing all the file manipulation functions, suitable for the windows and unix running.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6068
    • 提供者:于明着
  1. UNIX文件模拟系统

    0下载:
  2. 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:230290
    • 提供者:黄小文
  1. DOS文件格式转化为UNIX文件格式的C程序

    0下载:
  2. DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2057
    • 提供者:孙忠裴
  1. socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序

    1下载:
  2. linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
  3. 所属分类:编程文档

    • 发布日期:2016-12-25
    • 文件大小:838656
    • 提供者:王亚磊
  1. UNIXoperationsystem

    1下载:
  2. 模拟unix文件系统,该系统界面友好,可以下下学习学习哦-Simulation unix file system, the system user-friendly, you can study under the study under Oh
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1035376
    • 提供者:zou rongbo
  1. unixfilesystem

    0下载:
  2. 操作系统课程设计 模拟unix文件系统 心血-Simulation of operating systems curriculum design efforts unix file system
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1397975
    • 提供者:任飞
  1. unix

    0下载:
  2. 模拟了一个简单的UNIX文件系统,实现了UNIX的文件管理功能-Simulation of a simple UNIX file system, the realization of the UNIX file management functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2936
    • 提供者:赵敏
  1. unix

    0下载:
  2. 模拟unix文件系统 ,可进行文件的删除,文件的打开,文件的读写,创建目录-Simulation unix file system, files can be deleted, documents opened, read and write documents, create a directory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:259262
    • 提供者:
  1. file

    0下载:
  2. 二级文件系统 可以实现目录浏览 创建目录 创建文件等操作-Secondary file system directory can create a file browser, such as the creation of directory operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:32944
    • 提供者:张镇生
  1. list

    0下载:
  2. 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1655
    • 提供者:CC
  1. UNIX

    0下载:
  2. 介绍UNIX系统操作的文件,登录步骤,文件或目录处理,复制文件,建立新目录-Introduction UNIX file system operations, log steps, file or directory processing, copy files, create a new directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:22856
    • 提供者:yangsirr
  1. filesys

    0下载:
  2. 自己编写的一个UNIX小型文件系统,实现了ls,grep,cd,cp等基本指令集-a small UNIX file system, to achieve a ls, grep, cd, cp, and other basic instruction set
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:11491
    • 提供者:张祝
  1. Use-Unix

    0下载:
  2. Unix使用1 UNIX起源、流派及标准 初次上机 UNIX文件和目录结构等简要介绍-Use 1 UNIX Unix origin, schools and the standard first-on UNIX file and directory structure introduced
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:164685
    • 提供者:崔丽娟
  1. UNIX-FILE-SYSTEM

    0下载:
  2. MFC实现的模拟UNIX小型文件系统 具有一些UNIX中常见的简单功能。-a UNIX FILE SYSTEM write in MFC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:65558
    • 提供者:王鑫
  1. small-unix

    0下载:
  2. 用C语言模拟小型类UNIX文件系统, 文件系统被分成三个部分,依次为:位视图,I节点区和数据区。数据区被分成1024块,每块有1024个字节。用一个文件模拟外存,在程序中用数组分别模拟内存中的I节点,位图,文件系统。在每一次的操作中如果相应元素有变动,则对应在文件中更新输出相应数据。-Small classes in C language simulation UNIX file system, file system is divided into three parts, as follow
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:6619
    • 提供者:曲博
  1. Understanding-UNIX-Filesystems

    0下载:
  2. A very good ebook which explains unix file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:34084
    • 提供者:Girish
  1. file

    1下载:
  2. 操作系统实习作品,用VC模拟unix文件系统,对理解unix文件管理有帮助,模仿CMD的样式,便于操作。-Practice operating system works with VC simulation unix file system, file management understanding unix help, CMD to imitate the style, easy to operate.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:910616
    • 提供者:abaaa
  1. Programming-in-the-UNIX

    0下载:
  2. UNIX高级环境编程第二版 英文原版 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 -Advanced Programming in the UNIX® Envi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3380104
    • 提供者:东方不败
  1. A-Fast-File-System-for-UNIX-1.pdf

    0下载:
  2. 本文针对Unix文件系统的缺陷,提出了并实现了改进方案。性能取得了显著的提升。是一篇必读的佳作。-In this paper, Unix file system deficiencies, proposed and implemented improvements. Achieved significant performance improvement. Is a must-read masterpiece.
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:125601
    • 提供者:余章曲
  1. 模拟unix系统

    0下载:
  2. 完成UNIX文件管理系统的子集的模拟实现(Complete the simulation implementation of subset of UNIX file management system.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-02
    • 文件大小:3534848
    • 提供者:哟哟扑
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com